From 21ebf5df864a998ce6df44e01ef93ff6045ad292 Mon Sep 17 00:00:00 2001 From: Johannes Schmid Date: Mon, 14 Dec 2009 17:24:52 +0100 Subject: [PATCH] native-layout: Change test-case so that it is more obvious that the algorithm tries to show as many widgets with full size as possible. --- tests/testextendedlayout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testextendedlayout.c b/tests/testextendedlayout.c index 497ccafb82..b734fabdc2 100644 --- a/tests/testextendedlayout.c +++ b/tests/testextendedlayout.c @@ -63,7 +63,7 @@ main (int argc, for (x = 0; x < G_N_ELEMENTS (groups); ++x) { - gchar *text = g_strdup_printf ("Label #%.0f.%d", pow(10, y), x + 1); + gchar *text = g_strdup_printf ("Label #%.0f.%.0f", pow(10, y), pow(10,x)); GtkWidget *label = gtk_label_new (text); g_free (text); -- 2.30.2